From: Lars Magne Ingebrigtsen Date: Wed, 6 Jul 2011 18:26:29 +0000 (+0200) Subject: * dired-aux.el (dired-kill-line): Add a doc string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3049 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3b5a6e52c7ccebdcbe182d5cd5895c5b1a7c8bcf;p=emacs.git * dired-aux.el (dired-kill-line): Add a doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf1be7d0ecf..59bf0e9f405 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-07-06 Lars Magne Ingebrigtsen + * dired-aux.el (dired-kill-line): Add a doc string. + * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults to "\\sw\\|\\s_" (bug#358). diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 9e3e3460fa2..5ab4146383b 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -699,6 +699,9 @@ can be produced by `dired-get-marked-files', for example." ;; Commands that delete or redisplay part of the dired buffer. (defun dired-kill-line (&optional arg) + "Kill the current line (not the files). +With a prefix argument, kill that many lines starting with the current line. +\(A negative argument kills backward.)" (interactive "P") (setq arg (prefix-numeric-value arg)) (let (buffer-read-only file)